mini-os: lib/math.c: import FreeBSD 8 functions
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 May 2011 09:10:12 +0000 (10:10 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 May 2011 09:10:12 +0000 (10:10 +0100)
commit6f9d5eaa91fb717c9e435231a1dbb17e999457a0
treee787f60491cf784be6915d4e7f23c369ac4c3b0c
parenta6ca9828814c32408b514e9eb0eb4c379e8077bd
mini-os: lib/math.c: import FreeBSD 8 functions

Import lib/math.c functions (and thus licence) from FreeBSD 8,
and re-apply a few of our changes. Whitespaces left aside, this
leads to almost no source change except s/int64_t/quad_t/ and
s/uint64_t/u_quad_t/.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
extras/mini-os/lib/math.c